home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 165 / XENIATGM165.ISO / cddata / midframe.cxt / 00010_demo_menu2.swf / scripts / DefineButton2_14 / BUTTONCONDACTION on(releaseOutside, rollOut).as < prev    next >
Encoding:
Text File  |  2003-05-29  |  251 b   |  11 lines

  1. on(releaseOutside, rollOut){
  2.    if(_root.pressione == 0)
  3.    {
  4.       getURL("event: rolloutdemo " + _name.substring(1,_name.length),"");
  5.    }
  6.    if(_root.pressione != Number(_name.substring(1,_name.length)))
  7.    {
  8.       gotoAndPlay(6);
  9.    }
  10. }
  11.